home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / big.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  343 b   |  17 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 16 to 6
  4. end
  5.  
  6. on mouseLeave
  7.   if rollover(10) or rollover(15) or rollover(17) or rollover(18) then
  8.     set the member of sprite 16 to 5
  9.     cursor(-1)
  10.   else
  11.     set the member of sprite 16 to 5
  12.     repeat with tt = 15 to 18
  13.       sprite(tt).visible = 0
  14.     end repeat
  15.   end if
  16. end
  17.